home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Gold Collection
/
Software Vault - The Gold Collection (American Databankers) (1993).ISO
/
cdr28
/
lanscrip.zip
/
PRINTOUT.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-06-26
|
481b
|
20 lines
@echo off
REM %1 ===> printer SERVER
REM %2 ===> printer POORT
if .%2 == . goto gebruik
net/noerror login \\%1 %machine% >nul
net/noerror unuse %2: \\%1\@printer
net/noerror lpt timeout 10 >nul
net show |find "Printer"
goto einde
:gebruik
@echo ╔═════════════════════════════════════════╗
@echo ║ PRINTOUT [NAAM PRINTER SERVER] [POORT] ║
@echo ╚═════════════════════════════════════════╝
@echo vb printout xyves lpt2
net show |find "Printer"
:einde